ProperTee
Playground
GitHub
01 Hello World
02 Variables
03 Arithmetic
04 Comparisons
05 If / Else
06 Loops
07 Functions
08 Strings
09 Arrays
10 Objects
11 Threads Basic
12 Threads Sleep
13 Monitor
14 Thread Results
15 Infinite Loop
16 Comments
Restore
if
then
else
end
loop
in
do
infinite
break
continue
function
thread
return
debug
multi
monitor
and
or
not
true
false
PRINT
SUM
MAX
MIN
ABS
FLOOR
CEIL
ROUND
LEN
TO_NUMBER
TO_STRING
SLEEP
PUSH
POP
CONCAT
SLICE
CHARS
SPLIT
JOIN
SUBSTRING
UPPERCASE
LOWERCASE
TRIM
CONTAINS
STARTS_WITH
ENDS_WITH
MATCHES
REGEX_FIND
REPLACE
HAS_KEY
KEYS
VALUES
ENTRIES
MERGE
REMOVE_KEY
SORT
SORT_DESC
SORT_BY
SORT_BY_DESC
REVERSE
RANDOM
MILTIME
DATE
TIME
TYPE_OF
JSON_PARSE
JSON_FORMAT
SHELL
SHELL_CTX
1
// 01 - Hello World // The simplest ProperTee program. PRINT is a built-in function. PRINT("Hello, World!")
Output
Run
Debug
Step
Continue
Stop
Clear
Variables