Open fidgetingbits opened 3 months ago
supported in the latest beta
TalonScript: implement single-line if and for if true: print("true") if false: print("false") for a in "test": print(a)
supported in the latest beta