Paste: spin deprecation

Author: otoburb
Mode: factor
Date: Thu, 23 Dec 2010 17:10:47
Plain Text |
# Original word SYNTAX definition ...
SYNTAX: HOLIDAY-NAME:
    scan-word "holiday" word-prop scan-word scan-object spin set-at call ;


# Replaced 'spin' with [|
SYNTAX: HOLIDAY-NAME:
    scan-word "holiday" word-prop scan-word scan-object [| x y z | z y x set-at ] call ;

New Annotation

Summary:
Author:
Mode:
Body: