Posted December 08, 2025 by RARE DEVELOPER
#semi-major
Release Date: December 2025
.make files easily!mathPath = \examplesPath math.make
useMakeFileFrom mathPath as math
math = \useFunction_power_from_math_giving_2_3
show \math
This lets you modularize your code and reuse functions across projects.
\examplesPath — path to examples folder\mainStoragePath — main storage directory\scriptpath — current script file path\scriptname — current script file nameshowLine for printing with automatic newline (like println):showLine hello
showLine world
Output:hello world
\lastFunctionOutput after a call, so you can easily use function outputs anywhere.
skip and gotoline.if else skipTo conditional syntax for clearer, more readable code.comment: for comments.a = 10.createFunction and call with useFunction.if condition else skipTo label for conditional jumps.toast, vibrate, and switchOnTorch on Android interpreter.Simply download the latest version and replace your old interpreter or editor app. Your existing .make scripts will work as before, now with enhanced features!
Thank you for using Make!
Feel free to share your projects and feedback on the community forums.