4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
print "hello" & "world",
|
||
|
print 10,
|
||
|
print 2024-04-27,
|
||
|
print Today() - 365*100
|