Call an object method: Difference between revisions

m
→‎{{header|LFE}}: Changed usage text
(Added LFE example)
m (→‎{{header|LFE}}: Changed usage text)
Line 330:
</lang>
 
Then,With fromthis the LFE REPLdone, one can create objects and interact with them. Here is some usage from the LFE REPL:
<lang lisp>
> (slurp '"aquarium.lfe")
Line 350:
"63f14d20e7c6fbffb6b692bfaf15f845"
</lang>
 
 
=={{header|Lua}}==
Anonymous user