Topple/Source Code

From Esolang
Jump to navigation Jump to search

← Back to Topple

Versions

Topple 1.0

  • The first working version of Topple.
  • Completed on June 22nd, 2025.

Topple 1.0.1

Currently in development

Changes

  • When admitting data and variables, you must now specify the data type. If no type is given, the data is assumed to be a character.
    • The only available types will be integers ('d') and characters ('c'). While that sounds restricting, I promise it's not. I mean, you've seen how Topple works, you won't really need hexadecimals or strings, nor would you be able to use them without any issues.