From 0571cb200b498df47e138eb5b1786e2e49b4d106 Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Wed, 7 Aug 2019 02:48:03 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d575ca9..e31c5f9 100644 --- a/README.md +++ b/README.md @@ -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