11 lines
297 B
Factor
11 lines
297 B
Factor
! Copyright (C) 2008 Alex Chapman
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: kernel namespaces semantic-db ;
|
|
IN: semantic-db.context
|
|
|
|
: create-context* ( context-name -- context-id ) create-node* ;
|
|
: create-context ( context-name -- ) create-context* drop ;
|
|
|
|
SYMBOL: context
|
|
|