repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git]
/
extra
/
bubble-chamber
/
small
/
small.factor
blob
d02e3ac019de228fe32c28e948e89e4cca052ebb
1
2
USING: ui bubble-chamber ;
3
4
IN: bubble-chamber.small
5
6
: main ( -- ) [ small ] with-ui ;
7
8
MAIN: main