fe9556d668
Changelog: All platforms: MAJOR CHANGE: All platforms now use a uniform graphical user interface, based on the wxWidgets library. A very simple editor is part of the package, no more external editor. This GUI is, so far, rather primitive, but provides a framework that should allow for many improvements relatively soon. There is a single Logo window that can be in fullscreen, splitscreen, or textscreen mode, like traditional Logo versions. INCOMPATIBLE CHANGE: RGB color lists, as used by PALETTE, SETPALETTE, etc., now take integer or non-integer values between 0 and 100 rather than integers between 0 and 65535. I don't like incompatible changes, but having now actually tried teaching kids with Berkeley Logo, I've learned that they have trouble understanding the old system; their colors all come out near-black. New commands PRINTPICT and PRINTTEXT to print the graphics and text screens, respectively. If called with an argument (in parentheses), they print preview instead. (wxWidgets only) New commands INCREASEFONT and DECREASEFONT to make the text window font one size bigger or smaller, SETTEXTSIZE to set the absolute size, SETLABELHEIGHT to adjust graphics-window text size, and SETFONT to set the font name for all windows. (wxWidgets only) SETTEXTCOLOR (SETTC) command, formerly just in DOS version, works on all platforms. It takes two color number or RGB lists as inputs, first the text color, then the text background color. (wxWidgets only) New command FILLED takes two arguments, a color and an instruction list. The instructions should draw a simple closed curve (but if not closed, FILLED will add a turtle move back to the starting point). The instructions are carried out, and then the area enclosed by the curve is filled using the given color, regardless of other lines that might intersect that area. (wxWidgets only) Special variable BUTTONACT, if defined and nonempty, is an instruction list to be run when the user presses a mouse button. Special variable KEYACT, if ditto, is to be run when the user presses a key on the keyboard. It is the responsibility of the user code to handle the problem of a second mouse/keypress during the running of these instructions. New operation CLICKPOS outputs the position of the mouse at the moment when the mouse button was pressed. BUTTON outputs which button was most recently pressed, or zero if no button was pressed since the last call to BUTTON. (BUTTONP still reflects the actual current button status.) (wxWidgets only) The workspace management procedures (PO, TEXT, HELP, etc.) look in the library before deciding whether the name you give exists as a procedure or not, just the way running the procedure does. This is an incompatible change! The procedure formerly named BACKSLASHEDP or BACKSLASHED? is now called VBARREDP or VBARRED?, to reflect a longstanding change in its meaning. The old names are retained in the Logo library for backward compatibility. A command line argument consisting of just a hyphen means that all following command line arguments should be collected in a list, instead of taken as filenames to load. The list can be seen in the buried variable :COMMAND.LINE Logo looks in its library directory (e.g., /usr/local/lib/logo/logolib) for a file startup.lg, and runs it if found, before looking in the user's current directory for startup.lg and running that. A vertical bar that comes after a semicolon doesn't require a matching vertical bar to end the line. Fixed a garbage collector bug (although I don't know why it was a bug, alas). The buffer for saving pictures (for SAVEPICT and EPSPICT and for restoring the graphics window after it's hidden) has no size limit. INVOKE is a macro, so (INVOKE [IF ? < 0 [OUTPUT "NEGATIVE]] :X) will output from the caller, rather than from INVOKE. Improved error message "Runlist %s has more than one expression" for the case of a macro seen where an expression (that outputs a value) is needed: PRINT RUN [PRINT "A PRINT "B]. One-pixel moves from drawing turtle aren't saved in SAVEPICT buffer. (1 2 3) gives error message instead of blowing up. PRINT [~] (bracket after tilde) works (no line continuation). The check for END inside a multi-line instruction is correctly internationalized. APPLY [[][]] [] no longer crashes. APPLY copies the arg list, so the original list can't be modified by changes to the inputs (e.g., after an error). Better error message (don't know how) for too much inside parens and also the first one isn't a procedure name. Better error message for STOP or OUTPUT during a PAUSE. Fixed bug crashing backquote (`) in case of `[[,[...] ...]] Fixed bug giving "out of bounds" message for line just on screen edge. Fixed bug that ignored TEST outside of a procedure. Turtle is invisible during drawing (to speed it up).
517 lines
16 KiB
Text
517 lines
16 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2015/10/11 07:02:39 ryoon Exp $
|
|
bin/logo
|
|
info/ucblogo.info
|
|
share/doc/ucblogo/html/usermanual.html
|
|
share/doc/ucblogo/html/usermanual_1.html
|
|
share/doc/ucblogo/html/usermanual_10.html
|
|
share/doc/ucblogo/html/usermanual_11.html
|
|
share/doc/ucblogo/html/usermanual_12.html
|
|
share/doc/ucblogo/html/usermanual_13.html
|
|
share/doc/ucblogo/html/usermanual_14.html
|
|
share/doc/ucblogo/html/usermanual_15.html
|
|
share/doc/ucblogo/html/usermanual_16.html
|
|
share/doc/ucblogo/html/usermanual_2.html
|
|
share/doc/ucblogo/html/usermanual_3.html
|
|
share/doc/ucblogo/html/usermanual_4.html
|
|
share/doc/ucblogo/html/usermanual_5.html
|
|
share/doc/ucblogo/html/usermanual_6.html
|
|
share/doc/ucblogo/html/usermanual_7.html
|
|
share/doc/ucblogo/html/usermanual_8.html
|
|
share/doc/ucblogo/html/usermanual_9.html
|
|
share/doc/ucblogo/html/usermanual_abt.html
|
|
share/doc/ucblogo/html/usermanual_fot.html
|
|
share/doc/ucblogo/html/usermanual_ovr.html
|
|
share/doc/ucblogo/html/usermanual_toc.html
|
|
share/doc/ucblogo/usermanual
|
|
share/doc/ucblogo/usermanual.pdf
|
|
share/doc/ucblogo/usermanual.ps
|
|
share/doc/ucblogo/usermanual.texi
|
|
share/ucblogo/csls/algs
|
|
share/ucblogo/csls/basic
|
|
share/ucblogo/csls/buttons
|
|
share/ucblogo/csls/cards
|
|
share/ucblogo/csls/crypto
|
|
share/ucblogo/csls/diff
|
|
share/ucblogo/csls/doctor
|
|
share/ucblogo/csls/dotgame
|
|
share/ucblogo/csls/format
|
|
share/ucblogo/csls/fsm
|
|
share/ucblogo/csls/master
|
|
share/ucblogo/csls/match
|
|
share/ucblogo/csls/math
|
|
share/ucblogo/csls/mines
|
|
share/ucblogo/csls/multi
|
|
share/ucblogo/csls/pascal
|
|
share/ucblogo/csls/playfair
|
|
share/ucblogo/csls/plot
|
|
share/ucblogo/csls/poker
|
|
share/ucblogo/csls/pour
|
|
share/ucblogo/csls/psort
|
|
share/ucblogo/csls/solitaire
|
|
share/ucblogo/csls/streams
|
|
share/ucblogo/csls/student
|
|
share/ucblogo/csls/tower
|
|
share/ucblogo/csls/ttt
|
|
share/ucblogo/helpfiles/ALL_NAMES
|
|
share/ucblogo/helpfiles/HELPCONTENTS
|
|
share/ucblogo/helpfiles/`
|
|
share/ucblogo/helpfiles/allopen
|
|
share/ucblogo/helpfiles/allowgetset
|
|
share/ucblogo/helpfiles/and
|
|
share/ucblogo/helpfiles/apply
|
|
share/ucblogo/helpfiles/arc
|
|
share/ucblogo/helpfiles/arctan
|
|
share/ucblogo/helpfiles/arity
|
|
share/ucblogo/helpfiles/array
|
|
share/ucblogo/helpfiles/arrayp
|
|
share/ucblogo/helpfiles/arraytolist
|
|
share/ucblogo/helpfiles/ascii
|
|
share/ucblogo/helpfiles/ashift
|
|
share/ucblogo/helpfiles/back
|
|
share/ucblogo/helpfiles/background
|
|
share/ucblogo/helpfiles/backslashedp
|
|
share/ucblogo/helpfiles/beforep
|
|
share/ucblogo/helpfiles/bf
|
|
share/ucblogo/helpfiles/bfs
|
|
share/ucblogo/helpfiles/bg
|
|
share/ucblogo/helpfiles/bitand
|
|
share/ucblogo/helpfiles/bitnot
|
|
share/ucblogo/helpfiles/bitor
|
|
share/ucblogo/helpfiles/bitxor
|
|
share/ucblogo/helpfiles/bk
|
|
share/ucblogo/helpfiles/bl
|
|
share/ucblogo/helpfiles/buried
|
|
share/ucblogo/helpfiles/buriedp
|
|
share/ucblogo/helpfiles/bury
|
|
share/ucblogo/helpfiles/buryall
|
|
share/ucblogo/helpfiles/buryname
|
|
share/ucblogo/helpfiles/butfirst
|
|
share/ucblogo/helpfiles/butfirsts
|
|
share/ucblogo/helpfiles/butlast
|
|
share/ucblogo/helpfiles/button
|
|
share/ucblogo/helpfiles/buttonact
|
|
share/ucblogo/helpfiles/buttonp
|
|
share/ucblogo/helpfiles/bye
|
|
share/ucblogo/helpfiles/cascade
|
|
share/ucblogo/helpfiles/case
|
|
share/ucblogo/helpfiles/caseignoredp
|
|
share/ucblogo/helpfiles/catch
|
|
share/ucblogo/helpfiles/char
|
|
share/ucblogo/helpfiles/clean
|
|
share/ucblogo/helpfiles/clearscreen
|
|
share/ucblogo/helpfiles/cleartext
|
|
share/ucblogo/helpfiles/clickpos
|
|
share/ucblogo/helpfiles/close
|
|
share/ucblogo/helpfiles/closeall
|
|
share/ucblogo/helpfiles/co
|
|
share/ucblogo/helpfiles/combine
|
|
share/ucblogo/helpfiles/commandline
|
|
share/ucblogo/helpfiles/cond
|
|
share/ucblogo/helpfiles/contents
|
|
share/ucblogo/helpfiles/continue
|
|
share/ucblogo/helpfiles/copydef
|
|
share/ucblogo/helpfiles/cos
|
|
share/ucblogo/helpfiles/count
|
|
share/ucblogo/helpfiles/crossmap
|
|
share/ucblogo/helpfiles/cs
|
|
share/ucblogo/helpfiles/cslsload
|
|
share/ucblogo/helpfiles/ct
|
|
share/ucblogo/helpfiles/cursor
|
|
share/ucblogo/helpfiles/ddefmacro
|
|
share/ucblogo/helpfiles/decreasefont
|
|
share/ucblogo/helpfiles/define
|
|
share/ucblogo/helpfiles/definedp
|
|
share/ucblogo/helpfiles/deq
|
|
share/ucblogo/helpfiles/dequeue
|
|
share/ucblogo/helpfiles/difference
|
|
share/ucblogo/helpfiles/dmacro
|
|
share/ucblogo/helpfiles/dmaybeoutput
|
|
share/ucblogo/helpfiles/doduntil
|
|
share/ucblogo/helpfiles/dodwhile
|
|
share/ucblogo/helpfiles/dribble
|
|
share/ucblogo/helpfiles/dsetbf
|
|
share/ucblogo/helpfiles/dsetfirst
|
|
share/ucblogo/helpfiles/dsetitem
|
|
share/ucblogo/helpfiles/dsetsegmentsize
|
|
share/ucblogo/helpfiles/ed
|
|
share/ucblogo/helpfiles/edall
|
|
share/ucblogo/helpfiles/edit
|
|
share/ucblogo/helpfiles/editfile
|
|
share/ucblogo/helpfiles/edn
|
|
share/ucblogo/helpfiles/edns
|
|
share/ucblogo/helpfiles/edpl
|
|
share/ucblogo/helpfiles/edpls
|
|
share/ucblogo/helpfiles/edps
|
|
share/ucblogo/helpfiles/emptyp
|
|
share/ucblogo/helpfiles/eofp
|
|
share/ucblogo/helpfiles/epspict
|
|
share/ucblogo/helpfiles/equalp
|
|
share/ucblogo/helpfiles/er
|
|
share/ucblogo/helpfiles/erall
|
|
share/ucblogo/helpfiles/erase
|
|
share/ucblogo/helpfiles/erasefile
|
|
share/ucblogo/helpfiles/erf
|
|
share/ucblogo/helpfiles/ern
|
|
share/ucblogo/helpfiles/erns
|
|
share/ucblogo/helpfiles/erpl
|
|
share/ucblogo/helpfiles/erpls
|
|
share/ucblogo/helpfiles/erps
|
|
share/ucblogo/helpfiles/erract
|
|
share/ucblogo/helpfiles/error
|
|
share/ucblogo/helpfiles/exp
|
|
share/ucblogo/helpfiles/fd
|
|
share/ucblogo/helpfiles/fence
|
|
share/ucblogo/helpfiles/filep
|
|
share/ucblogo/helpfiles/fill
|
|
share/ucblogo/helpfiles/filled
|
|
share/ucblogo/helpfiles/filter
|
|
share/ucblogo/helpfiles/find
|
|
share/ucblogo/helpfiles/first
|
|
share/ucblogo/helpfiles/firsts
|
|
share/ucblogo/helpfiles/font
|
|
share/ucblogo/helpfiles/for
|
|
share/ucblogo/helpfiles/foreach
|
|
share/ucblogo/helpfiles/forever
|
|
share/ucblogo/helpfiles/form
|
|
share/ucblogo/helpfiles/forward
|
|
share/ucblogo/helpfiles/fput
|
|
share/ucblogo/helpfiles/fs
|
|
share/ucblogo/helpfiles/fullprintp
|
|
share/ucblogo/helpfiles/fullscreen
|
|
share/ucblogo/helpfiles/fulltext
|
|
share/ucblogo/helpfiles/gc
|
|
share/ucblogo/helpfiles/gensym
|
|
share/ucblogo/helpfiles/global
|
|
share/ucblogo/helpfiles/goto
|
|
share/ucblogo/helpfiles/gprop
|
|
share/ucblogo/helpfiles/greaterequalp
|
|
share/ucblogo/helpfiles/greaterp
|
|
share/ucblogo/helpfiles/heading
|
|
share/ucblogo/helpfiles/help
|
|
share/ucblogo/helpfiles/hideturtle
|
|
share/ucblogo/helpfiles/home
|
|
share/ucblogo/helpfiles/ht
|
|
share/ucblogo/helpfiles/if
|
|
share/ucblogo/helpfiles/ifelse
|
|
share/ucblogo/helpfiles/iff
|
|
share/ucblogo/helpfiles/iffalse
|
|
share/ucblogo/helpfiles/ift
|
|
share/ucblogo/helpfiles/iftrue
|
|
share/ucblogo/helpfiles/ignore
|
|
share/ucblogo/helpfiles/increasefont
|
|
share/ucblogo/helpfiles/int
|
|
share/ucblogo/helpfiles/invoke
|
|
share/ucblogo/helpfiles/iseq
|
|
share/ucblogo/helpfiles/item
|
|
share/ucblogo/helpfiles/keyact
|
|
share/ucblogo/helpfiles/keyp
|
|
share/ucblogo/helpfiles/label
|
|
share/ucblogo/helpfiles/labelsize
|
|
share/ucblogo/helpfiles/last
|
|
share/ucblogo/helpfiles/left
|
|
share/ucblogo/helpfiles/lessequalp
|
|
share/ucblogo/helpfiles/lessp
|
|
share/ucblogo/helpfiles/list
|
|
share/ucblogo/helpfiles/listp
|
|
share/ucblogo/helpfiles/listtoarray
|
|
share/ucblogo/helpfiles/ln
|
|
share/ucblogo/helpfiles/load
|
|
share/ucblogo/helpfiles/loadnoisily
|
|
share/ucblogo/helpfiles/loadpict
|
|
share/ucblogo/helpfiles/local
|
|
share/ucblogo/helpfiles/localmake
|
|
share/ucblogo/helpfiles/log10
|
|
share/ucblogo/helpfiles/logoplatform
|
|
share/ucblogo/helpfiles/logoversion
|
|
share/ucblogo/helpfiles/lowercase
|
|
share/ucblogo/helpfiles/lput
|
|
share/ucblogo/helpfiles/lshift
|
|
share/ucblogo/helpfiles/lt
|
|
share/ucblogo/helpfiles/macroexpand
|
|
share/ucblogo/helpfiles/macrop
|
|
share/ucblogo/helpfiles/make
|
|
share/ucblogo/helpfiles/map
|
|
share/ucblogo/helpfiles/mapdse
|
|
share/ucblogo/helpfiles/mdarray
|
|
share/ucblogo/helpfiles/mditem
|
|
share/ucblogo/helpfiles/mdsetitem
|
|
share/ucblogo/helpfiles/member
|
|
share/ucblogo/helpfiles/memberp
|
|
share/ucblogo/helpfiles/minus
|
|
share/ucblogo/helpfiles/modulo
|
|
share/ucblogo/helpfiles/mousepos
|
|
share/ucblogo/helpfiles/name
|
|
share/ucblogo/helpfiles/namelist
|
|
share/ucblogo/helpfiles/namep
|
|
share/ucblogo/helpfiles/names
|
|
share/ucblogo/helpfiles/nodes
|
|
share/ucblogo/helpfiles/nodribble
|
|
share/ucblogo/helpfiles/norefresh
|
|
share/ucblogo/helpfiles/not
|
|
share/ucblogo/helpfiles/notequalp
|
|
share/ucblogo/helpfiles/numberp
|
|
share/ucblogo/helpfiles/op
|
|
share/ucblogo/helpfiles/openappend
|
|
share/ucblogo/helpfiles/openread
|
|
share/ucblogo/helpfiles/openupdate
|
|
share/ucblogo/helpfiles/openwrite
|
|
share/ucblogo/helpfiles/or
|
|
share/ucblogo/helpfiles/output
|
|
share/ucblogo/helpfiles/palette
|
|
share/ucblogo/helpfiles/parse
|
|
share/ucblogo/helpfiles/pause
|
|
share/ucblogo/helpfiles/pc
|
|
share/ucblogo/helpfiles/pd
|
|
share/ucblogo/helpfiles/pe
|
|
share/ucblogo/helpfiles/pen
|
|
share/ucblogo/helpfiles/pencolor
|
|
share/ucblogo/helpfiles/pendown
|
|
share/ucblogo/helpfiles/pendownp
|
|
share/ucblogo/helpfiles/penerase
|
|
share/ucblogo/helpfiles/penmode
|
|
share/ucblogo/helpfiles/penpaint
|
|
share/ucblogo/helpfiles/penpattern
|
|
share/ucblogo/helpfiles/penreverse
|
|
share/ucblogo/helpfiles/pensize
|
|
share/ucblogo/helpfiles/penup
|
|
share/ucblogo/helpfiles/pick
|
|
share/ucblogo/helpfiles/plist
|
|
share/ucblogo/helpfiles/plistp
|
|
share/ucblogo/helpfiles/plists
|
|
share/ucblogo/helpfiles/pllist
|
|
share/ucblogo/helpfiles/po
|
|
share/ucblogo/helpfiles/poall
|
|
share/ucblogo/helpfiles/pon
|
|
share/ucblogo/helpfiles/pons
|
|
share/ucblogo/helpfiles/pop
|
|
share/ucblogo/helpfiles/popl
|
|
share/ucblogo/helpfiles/popls
|
|
share/ucblogo/helpfiles/pops
|
|
share/ucblogo/helpfiles/pos
|
|
share/ucblogo/helpfiles/pot
|
|
share/ucblogo/helpfiles/pots
|
|
share/ucblogo/helpfiles/power
|
|
share/ucblogo/helpfiles/pprop
|
|
share/ucblogo/helpfiles/ppt
|
|
share/ucblogo/helpfiles/pr
|
|
share/ucblogo/helpfiles/prefix
|
|
share/ucblogo/helpfiles/primitivep
|
|
share/ucblogo/helpfiles/primitives
|
|
share/ucblogo/helpfiles/print
|
|
share/ucblogo/helpfiles/printdepthlimit
|
|
share/ucblogo/helpfiles/printout
|
|
share/ucblogo/helpfiles/printwidthlimit
|
|
share/ucblogo/helpfiles/procedurep
|
|
share/ucblogo/helpfiles/procedures
|
|
share/ucblogo/helpfiles/product
|
|
share/ucblogo/helpfiles/pu
|
|
share/ucblogo/helpfiles/push
|
|
share/ucblogo/helpfiles/px
|
|
share/ucblogo/helpfiles/queue
|
|
share/ucblogo/helpfiles/quoted
|
|
share/ucblogo/helpfiles/quotient
|
|
share/ucblogo/helpfiles/radarctan
|
|
share/ucblogo/helpfiles/radcos
|
|
share/ucblogo/helpfiles/radsin
|
|
share/ucblogo/helpfiles/random
|
|
share/ucblogo/helpfiles/rawascii
|
|
share/ucblogo/helpfiles/rc
|
|
share/ucblogo/helpfiles/rcs
|
|
share/ucblogo/helpfiles/readchar
|
|
share/ucblogo/helpfiles/readchars
|
|
share/ucblogo/helpfiles/reader
|
|
share/ucblogo/helpfiles/readlist
|
|
share/ucblogo/helpfiles/readpos
|
|
share/ucblogo/helpfiles/readrawline
|
|
share/ucblogo/helpfiles/readword
|
|
share/ucblogo/helpfiles/redefp
|
|
share/ucblogo/helpfiles/reduce
|
|
share/ucblogo/helpfiles/refresh
|
|
share/ucblogo/helpfiles/remainder
|
|
share/ucblogo/helpfiles/remdup
|
|
share/ucblogo/helpfiles/remove
|
|
share/ucblogo/helpfiles/remprop
|
|
share/ucblogo/helpfiles/repcount
|
|
share/ucblogo/helpfiles/repeat
|
|
share/ucblogo/helpfiles/rerandom
|
|
share/ucblogo/helpfiles/reverse
|
|
share/ucblogo/helpfiles/right
|
|
share/ucblogo/helpfiles/rl
|
|
share/ucblogo/helpfiles/round
|
|
share/ucblogo/helpfiles/rseq
|
|
share/ucblogo/helpfiles/rt
|
|
share/ucblogo/helpfiles/run
|
|
share/ucblogo/helpfiles/runparse
|
|
share/ucblogo/helpfiles/runresult
|
|
share/ucblogo/helpfiles/rw
|
|
share/ucblogo/helpfiles/save
|
|
share/ucblogo/helpfiles/savel
|
|
share/ucblogo/helpfiles/savepict
|
|
share/ucblogo/helpfiles/screenmode
|
|
share/ucblogo/helpfiles/scrunch
|
|
share/ucblogo/helpfiles/se
|
|
share/ucblogo/helpfiles/sentence
|
|
share/ucblogo/helpfiles/setbackground
|
|
share/ucblogo/helpfiles/setbg
|
|
share/ucblogo/helpfiles/setcslsloc
|
|
share/ucblogo/helpfiles/setcursor
|
|
share/ucblogo/helpfiles/seteditor
|
|
share/ucblogo/helpfiles/setfont
|
|
share/ucblogo/helpfiles/seth
|
|
share/ucblogo/helpfiles/setheading
|
|
share/ucblogo/helpfiles/sethelploc
|
|
share/ucblogo/helpfiles/setitem
|
|
share/ucblogo/helpfiles/setlabelheight
|
|
share/ucblogo/helpfiles/setlibloc
|
|
share/ucblogo/helpfiles/setmargins
|
|
share/ucblogo/helpfiles/setpalette
|
|
share/ucblogo/helpfiles/setpc
|
|
share/ucblogo/helpfiles/setpen
|
|
share/ucblogo/helpfiles/setpencolor
|
|
share/ucblogo/helpfiles/setpenpattern
|
|
share/ucblogo/helpfiles/setpensize
|
|
share/ucblogo/helpfiles/setpos
|
|
share/ucblogo/helpfiles/setprefix
|
|
share/ucblogo/helpfiles/setread
|
|
share/ucblogo/helpfiles/setreadpos
|
|
share/ucblogo/helpfiles/setscrunch
|
|
share/ucblogo/helpfiles/settc
|
|
share/ucblogo/helpfiles/settemploc
|
|
share/ucblogo/helpfiles/settextcolor
|
|
share/ucblogo/helpfiles/settextfont
|
|
share/ucblogo/helpfiles/settextsize
|
|
share/ucblogo/helpfiles/setwrite
|
|
share/ucblogo/helpfiles/setwritepos
|
|
share/ucblogo/helpfiles/setx
|
|
share/ucblogo/helpfiles/setxy
|
|
share/ucblogo/helpfiles/sety
|
|
share/ucblogo/helpfiles/shell
|
|
share/ucblogo/helpfiles/show
|
|
share/ucblogo/helpfiles/shownp
|
|
share/ucblogo/helpfiles/showturtle
|
|
share/ucblogo/helpfiles/sin
|
|
share/ucblogo/helpfiles/splitscreen
|
|
share/ucblogo/helpfiles/sqrt
|
|
share/ucblogo/helpfiles/ss
|
|
share/ucblogo/helpfiles/st
|
|
share/ucblogo/helpfiles/standout
|
|
share/ucblogo/helpfiles/startup
|
|
share/ucblogo/helpfiles/step
|
|
share/ucblogo/helpfiles/stepped
|
|
share/ucblogo/helpfiles/steppedp
|
|
share/ucblogo/helpfiles/stop
|
|
share/ucblogo/helpfiles/substringp
|
|
share/ucblogo/helpfiles/sum
|
|
share/ucblogo/helpfiles/tag
|
|
share/ucblogo/helpfiles/test
|
|
share/ucblogo/helpfiles/text
|
|
share/ucblogo/helpfiles/textscreen
|
|
share/ucblogo/helpfiles/textsize
|
|
share/ucblogo/helpfiles/thing
|
|
share/ucblogo/helpfiles/throw
|
|
share/ucblogo/helpfiles/to
|
|
share/ucblogo/helpfiles/towards
|
|
share/ucblogo/helpfiles/trace
|
|
share/ucblogo/helpfiles/traced
|
|
share/ucblogo/helpfiles/tracedp
|
|
share/ucblogo/helpfiles/transfer
|
|
share/ucblogo/helpfiles/ts
|
|
share/ucblogo/helpfiles/turtlemode
|
|
share/ucblogo/helpfiles/type
|
|
share/ucblogo/helpfiles/unbury
|
|
share/ucblogo/helpfiles/unburyall
|
|
share/ucblogo/helpfiles/unburyname
|
|
share/ucblogo/helpfiles/unburyonedit
|
|
share/ucblogo/helpfiles/unstep
|
|
share/ucblogo/helpfiles/until
|
|
share/ucblogo/helpfiles/untrace
|
|
share/ucblogo/helpfiles/uppercase
|
|
share/ucblogo/helpfiles/usealternatenames
|
|
share/ucblogo/helpfiles/vbarredp
|
|
share/ucblogo/helpfiles/wait
|
|
share/ucblogo/helpfiles/while
|
|
share/ucblogo/helpfiles/window
|
|
share/ucblogo/helpfiles/word
|
|
share/ucblogo/helpfiles/wordp
|
|
share/ucblogo/helpfiles/wrap
|
|
share/ucblogo/helpfiles/writepos
|
|
share/ucblogo/helpfiles/writer
|
|
share/ucblogo/helpfiles/xcor
|
|
share/ucblogo/helpfiles/ycor
|
|
share/ucblogo/logolib/#
|
|
share/ucblogo/logolib/Messages
|
|
share/ucblogo/logolib/Messages.fr
|
|
share/ucblogo/logolib/Messages.sp
|
|
share/ucblogo/logolib/Messages.zh_TW
|
|
share/ucblogo/logolib/Qrest
|
|
share/ucblogo/logolib/`
|
|
share/ucblogo/logolib/backslashedQ
|
|
share/ucblogo/logolib/backslashedp
|
|
share/ucblogo/logolib/buryall
|
|
share/ucblogo/logolib/buryname
|
|
share/ucblogo/logolib/cascade
|
|
share/ucblogo/logolib/cascade.2
|
|
share/ucblogo/logolib/case
|
|
share/ucblogo/logolib/closeall
|
|
share/ucblogo/logolib/combine
|
|
share/ucblogo/logolib/cond
|
|
share/ucblogo/logolib/crossmap
|
|
share/ucblogo/logolib/dequeue
|
|
share/ucblogo/logolib/do.until
|
|
share/ucblogo/logolib/do.while
|
|
share/ucblogo/logolib/edall
|
|
share/ucblogo/logolib/edn
|
|
share/ucblogo/logolib/edns
|
|
share/ucblogo/logolib/edpl
|
|
share/ucblogo/logolib/edpls
|
|
share/ucblogo/logolib/edps
|
|
share/ucblogo/logolib/emacs.debug
|
|
share/ucblogo/logolib/ern
|
|
share/ucblogo/logolib/erpl
|
|
share/ucblogo/logolib/fileQ
|
|
share/ucblogo/logolib/filep
|
|
share/ucblogo/logolib/filter
|
|
share/ucblogo/logolib/find
|
|
share/ucblogo/logolib/for
|
|
share/ucblogo/logolib/foreach
|
|
share/ucblogo/logolib/gensym
|
|
share/ucblogo/logolib/ignore
|
|
share/ucblogo/logolib/invoke
|
|
share/ucblogo/logolib/iseq
|
|
share/ucblogo/logolib/localmake
|
|
share/ucblogo/logolib/macroexpand
|
|
share/ucblogo/logolib/map
|
|
share/ucblogo/logolib/map.se
|
|
share/ucblogo/logolib/mdarray
|
|
share/ucblogo/logolib/mditem
|
|
share/ucblogo/logolib/mdsetitem
|
|
share/ucblogo/logolib/name
|
|
share/ucblogo/logolib/namelist
|
|
share/ucblogo/logolib/pen
|
|
share/ucblogo/logolib/pick
|
|
share/ucblogo/logolib/pllist
|
|
share/ucblogo/logolib/poall
|
|
share/ucblogo/logolib/pon
|
|
share/ucblogo/logolib/pons
|
|
share/ucblogo/logolib/pop
|
|
share/ucblogo/logolib/popl
|
|
share/ucblogo/logolib/popls
|
|
share/ucblogo/logolib/pops
|
|
share/ucblogo/logolib/pots
|
|
share/ucblogo/logolib/push
|
|
share/ucblogo/logolib/queue
|
|
share/ucblogo/logolib/quoted
|
|
share/ucblogo/logolib/reduce
|
|
share/ucblogo/logolib/remdup
|
|
share/ucblogo/logolib/remove
|
|
share/ucblogo/logolib/reverse
|
|
share/ucblogo/logolib/rseq
|
|
share/ucblogo/logolib/savel
|
|
share/ucblogo/logolib/setpen
|
|
share/ucblogo/logolib/transfer
|
|
share/ucblogo/logolib/unburyall
|
|
share/ucblogo/logolib/unburyname
|
|
share/ucblogo/logolib/until
|
|
share/ucblogo/logolib/while
|
|
share/ucblogo/logolib/xcor
|
|
share/ucblogo/logolib/ycor
|