lists.factor: Added some vocab

flac
kusumotonorio 2020-02-15 22:19:38 +09:00 committed by Steve Ayerhart
parent 9dc71445eb
commit 65a131aa1c
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2008 James Cash, Daniel Ehrenberg, Chris Double. ! Copyright (C) 2008 James Cash, Daniel Ehrenberg, Chris Double.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors combinators.short-circuit kernel locals math USING: accessors combinators combinators.short-circuit kernel
parser sequences ; lexer locals make math parser sequences words ;
IN: lists IN: lists
! List Protocol ! List Protocol