Jump to content


Recalling Variable From Command Line - LISP

! lisp autolisp variable

2 replies to this topic

#1 radiohaktive

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 12 November 2013 - 06:54 PM

I am trying to see the value of a variable written in lisp from the command line. how can I do this without the exclamation point?

#2 ISL

    Advanced Member

  • Members
  • PipPipPip
  • 48 posts

Posted 12 November 2013 - 07:01 PM

LISP processing in the command line is not implemented yet, please run LISP console with LSP, C.


Command: lsp
lsp - lsp
Enter an option or [cOmmands/Functions/Variables/Load/Execute/Console/]: c
_> Welcome to LISP console!
_> Enter LISP's commands. To exit use Esc or command (quit) or (exit).
_>: (setq abc 123)
_>: abc
123

Build your own nanoCAD. Visit the nanoCAD API Blog. Join the nanoCAD Developers' Club.

#3 radiohaktive

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 12 November 2013 - 07:44 PM

 ISL, on 12 November 2013 - 07:01 PM, said:

LISP processing in the command line is not implemented yet, please run LISP console with LSP, C.


Command: lsp
lsp - lsp
Enter an option or [cOmmands/Functions/Variables/Load/Execute/Console/]: c
_> Welcome to LISP console!
_> Enter LISP's commands. To exit use Esc or command (quit) or (exit).
_>: (setq abc 123)
_>: abc
123
That's perfect. Thank you very much.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users