6 lines
149 B
Text
6 lines
149 B
Text
def stuff(vars: int): string =
|
|
let x: float = 3.4
|
|
var
|
|
t: int = 4
|
|
junk: ClassName = ClassName()
|
|
a and b or c not d and e is f
|