-
Notifications
You must be signed in to change notification settings - Fork 0
Function
RevonZev edited this page Mar 17, 2021
·
1 revision
def print($msg):
say $msg
print("Hi")
print("\"Hello\"")
print(Heyo)
# Compile into:
say Hi
say "Hello"
say Heyo