Posted November 17, 2025 by RARE DEVELOPER
#compiler
New things:
comment: get random decimal or integer and store in a variable
getRandomIntegerFrom 10 to 20 andStoreIn a
getRandomDecimalFrom 10 to 20 andStoreIn b
comment: disable and enable total language core itself
disableCore
enableCore
comment: android specifics(only available for Android Interpreter)
comment: it toast something
toast anything
comment: switch on and off torch
switchOnTorch
switchOffTorch