Paste: code style

Author: hsuh
Mode: factor
Date: Fri, 11 Dec 2009 00:33:52
Plain Text |
: text-changed? ( editor -- ? )
    dup
    [ model>> value>> dup ]
    [ last-value>>        ] bi =
    [ >>last-value drop ] dip ;

New Annotation

Summary:
Author:
Mode:
Body: