Update README.md
This commit is contained in:
parent
db117dc57f
commit
0571cb200b
16
README.md
16
README.md
|
@ -231,3 +231,19 @@ NasalHash: Hash in nasal {}
|
||||||
( Operator | } )
|
( Operator | } )
|
||||||
|
|
||||||
This is what it outputs.
|
This is what it outputs.
|
||||||
|
|
||||||
|
# Now with var_stack and function_stack
|
||||||
|
|
||||||
|
By printing the two stacks you can see how vars and functions change!
|
||||||
|
|
||||||
|
[long long int]a:1
|
||||||
|
|
||||||
|
[double]b:3.14
|
||||||
|
|
||||||
|
[string]c:"hello world!"
|
||||||
|
|
||||||
|
function:swap
|
||||||
|
|
||||||
|
function:__main
|
||||||
|
|
||||||
|
function:hello
|
||||||
|
|
Loading…
Reference in New Issue