firstVar = 'hello'; secondVar = 'world'; print(firstVar+' '+secondVar); def imAFunction() { print('ok'); } imAFunction();
this isnt right