projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount]
/
test
/
detect_files
/
foo.lgt
1
% this is a Logtalk source file
2
3
:- object(hello_world).
4
5
% the initialization/1 directive argument is automatically executed
6
% when the object is loaded into memory:
7
:- initialization((nl, write('********** Hello World! **********'), nl)).
8
9
:- end_object.