repo.or.cz
/
tinyjs-rewrite.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first commit, still mostly just touching up formatting
[tinyjs-rewrite.git]
/
.svn
/
pristine
/
dd
/
dd7632e29aea1ed6c1c6bca07a8f286b569afceb.svn-base
blob
2f07c8b3427e3a84d3d6e513881333c506983800
1
// simple if
2
var a = 42;
3
if (a < 43)
4
result = 1;