Skip to content

Instantly share code, notes, and snippets.

@Praetonus
Created July 8, 2017 09:00
Show Gist options
  • Save Praetonus/0da89a246eaa75dbd2c8393425523848 to your computer and use it in GitHub Desktop.
Save Praetonus/0da89a246eaa75dbd2c8393425523848 to your computer and use it in GitHub Desktop.
actor Main
new create(env: Env) =>
let x = String
x.reserve(USize(-1))
while true do
x.recalc()
x.push(1)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment