Advertisement
WeltEnSTurm

Untitled

Sep 27th, 2016
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2.  
  3. echo test with pancakes
  4.  
  5. param = fn x:
  6. echo $x
  7.  
  8. param test
  9.  
  10.  
  11. indent = fn a:
  12. inner = fn:
  13. echo inner worked $a
  14. inner
  15.  
  16. indent aa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement