https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 3c0acfb7440cb9aea93e56c9e5b135a010f0a617 authored by Barak A. Pearlmutter on 23 March 2023, 18:25:43 UTC
restrict uscan to numeric versions
Tip revision: 3c0acfb
savel
;;; -*- logo -*-

to savel :cont :file [:oldwr writer]
openwrite :file
setwrite :file
po :cont
setwrite :oldwr
close :file
end

bury "savel
back to top