# hello.pasm
# Sets S31 to "Hello, name", where name is the
# first argument to parrot
main: set S0, "Hello, "
set S1, P0[1]
concat S0, S1
set S31, S0
SQL> select parrot('hello','Jeff') from dual;
PARROT('HELLO','JEFF')
----------------------
Hello, Jeff
Woohoo! Hm, I should try writing a function in BASIC targeted to Parrot...
extproc_php (Score:1)
Re:extproc_php (Score:1)
Sorry, couldn't get my keyboard to work; guess I could use a new one. :-)
Is there an extproc_php? It may be of no interest to this community, but it seems worth adding to your list of languages; maybe you can extproc them all. :-)
Re:extproc_php (Score:1)
Re:extproc_php (Score:1)
Re:extproc_php (Score:1)
---ict / Spoon
freak (Score:1)