Test
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Testing the new web interface, ignore
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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)--
Re: Testing the new web interface, ignore
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
