5 lines
206 B
Text
5 lines
206 B
Text
: foo ( n- )
|
|
[ 1 = ] [ drop ( if quote evaluates to true ) ] when
|
|
[ 2 = ] [ drop ( if quote evaluates to true ) ] when
|
|
[ 3 = ] [ drop ( if quote evaluates to true ) ] when
|
|
drop ( default action ) ;
|