๐๏ธNative Experiments
Print
Print("Hello, World!"); # Print a string
Print(42); # Print a integer
Print(true); # Print a booleanWrite
Write("This is a string."); # Write a stringRead
set userInput: String = Read(); # Read user input
Print("You entered: " + userInput);Len
Int
Char
String
Bool
Last updated
Was this helpful?