jweinst1
1/12/2019 - 12:50 AM

another sample prototype for copper lang

another sample prototype for copper lang

# comments

# def 
def a: $x for $x in 1 to 7 

# multiline
def b:
  for $x in 0 to 8:
     if $x > 3:
       $x
     else:
       3