JavaScript Code
var str = "hi";
Memory allocation:
Address | Value | Description |
---|---|---|
...... |
... |
set nocompatible | |
set runtimepath=~/.neovim/ | |
filetype off | |
set rtp+=~/.neovim/bundle/vundle/ | |
call vundle#rc('~/.neovim/bundle') | |
Bundle 'gmarik/vundle' | |
Bundle 'L9' | |
Bundle 'FuzzyFinder' | |
Bundle 'tpope/vim-fugitive' |
JavaScript Code
var str = "hi";
Memory allocation:
Address | Value | Description |
---|---|---|
...... |
... |