Merge pull request #41 from blackducksw/ubuntu_14
[ohcount] / test / detect_files / foo_rebol_lower.r
1 ; a rebol script
2 rebol []
3
4 ; A dummy function to test the REBOL language parser.
5 dummy: func [] [
6     read %blah
7 ]