Go to the first, previous, next, last section, table of contents.


symbolName

Function: symbolName
file: job.t
package: muf
status: alpha

The symbolName function accepts a symbol, and returns the name slot of that symbol.

Stack:
"abc" intern
Stack: 'abc
symbolName
Stack: "abc"


Go to the first, previous, next, last section, table of contents.