Quick actions

cmd+k|ctrl+k

Navigation

Languages

unseen spiral

Snippet info

Language

Ruby

Visibility

public

Author

josh-and-toby

Created

2019-05-18T21:20:35Z

Updated

2019-05-18T21:20:35Z

reset
setxy 150 300
make "s 1
repeat 1000[
  fw :s
  rt 1
  ;print:s
  make "x getx
  print :x
  gety
  make "s :s +1
  ]
INFO