Skip to content

Instantly share code, notes, and snippets.

View josephkreydt's full-sized avatar
😎

Kreydt josephkreydt

😎
View GitHub Profile

Math

  • .s - Show the stack
  • +, -, *, mod - Math operators
  • /mod - performs both / and mod

Stack manipulation

  • drop and 2drop - drop a stack item (once / twice)
  • dup - duplicate a stack item
  • rot - rotate the stack