;; Run-time Stack Script file ;; ;; Start main(): ;; call main 0 4 17 45 84 94 ;; Make some calls: call H 1 11 4 55 69 78 55 call R 2 78 9 4 99 22 46 19 ;; Check the stack: display ;; Terminate a function call: return ;; Check the stack: display ;; Return: return ;; Set a non-existent local: set 224 64 ;; Check the stack: display ; Start main(): ; call main 0 4 58 41 40 65 ;; Set a non-existent local: set 980 23 ;; Check the stack: display ; Start main(): ; call main 0 4 59 12 46 28 ;; Set a local: set 1 93 ;; Check the stack: display ; Quit: exit