Show
Ignore:
Timestamp:
09/24/07 23:27:09 (14 months ago)
Author:
krobillard
Message:

Line comments now set SOL for next value.
Select! now supports a negative index.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/doc/UserManual

    r476 r480  
    646646    "Hello world" :s 
    647647    s 2,4 slice .          ; "ello" 
    648     s -2 slice .           ; ""Hello wor" 
     648    s -2 slice .           ; "Hello wor" 
    649649 
    650650