ScratchData LogoScratchData
Back to NFlex23's profile

StackLisp scope engine

NFNFlex23•Created March 8, 2022
StackLisp scope engine
13
6
114 views
View on Scratch

Instructions

This simulates variable scoping using stacks. Since this engine is similar to JavaScript's scoping, here are the loose equivalents: - define: "let name = value;" - set: "name = value;" - get: "name" - open scope: "{" - close scope: "}"

Project Details

Project ID656533955
CreatedMarch 8, 2022
Last ModifiedDecember 31, 2022
SharedMarch 11, 2022
Visibilityvisible
CommentsAllowed