You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a = 100
b = a * 100
# this function says hello to the given name
sayhello = function(name)
print("hello", name)
end
likes_cake = yes
if likes_cake then
sayhello("person who likes cake")
end