• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Test

    Reply
    Mentor
    Posts: 240
    Registered: ‎12-31-2009

    Testing the new web interface, ignore

    332 Views, 1 Replies
    06-07-2010 01:30 AM

    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)

     --

     

    Please use plain text.
    Administrator
    wrighte
    Posts: 652
    Registered: ‎09-22-2008

    Re: Testing the new web interface, ignore

    06-18-2010 03:47 PM 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.

    Please use plain text.