repo.or.cz
/
chuck-blob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[chuck-blob.git]
/
v2
/
examples
/
string
/
tostr.ck
blob
468f8bb42b85813fd06028b3abc188315cb012f2
1
// instantiate object
2
Event e;
3
Object o;
4
5
// call
6
<<< e.toString() + " --- " + o.toString() >>>;