Community
Public Test Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Testing the new web interface, ignore

1 REPLY 1
Reply
Message 1 of 2
martti.halminen
490 Views, 1 Reply

Testing the new web interface, ignore

What happens when inserting Lisp code:

 

(defun reverse* (list / result)
  (foreach item list ;; very long comment line 22222222 3333333 4444444 555555 66666
    (setq result (cons item result)))
  result)

 --

 

1 REPLY 1
Message 2 of 2
wrighte
in reply to: martti.halminen

i see your test, and raise you one test...

 

(defun reverse* (list / result)
  (foreach item list ;; very long comment line 22222222 3333333 4444444 555555 66666
    (setq result (cons item result)))
  result)

 



Eric Wright
Sr. Web Product Manager
Autodesk Knowledge Network
Autodesk, Inc.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums