Update README.md

This commit is contained in:
Valk Richard Li 2019-08-07 02:48:03 +08:00 committed by GitHub
parent db117dc57f
commit 0571cb200b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -231,3 +231,19 @@ NasalHash: Hash in nasal {}
( Operator | } )
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