use of TRUE???

new topic     » topic index » view thread      » older message » newer message

Hello,
I saw this example in Document 
"
function look_at(sequence path_name, sequence entry)
-- this function accepts two sequences as arguments
            printf(1, "%s\\%s: %d\n",
                           {path_name, entry[D_NAME], entry[D_SIZE]})
            return 0 -- keep going
end function
 
exit_code = walk_dir("C:\\euphoria\\Mycars", routine_id("look_at"),
TRUE)"
How does TRUE exist?
Do I create a constant TRUE or does it exist in another file?
Jvandal

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu