Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Tuesday, April 16, 2024

File: [Platon] / scripts / pike / hello.pike (download)

Revision 1.1, Wed Aug 16 20:54:53 2006 UTC (17 years, 8 months ago) by nepto

PIKE scripts

#!/usr/bin/pike

int main() // {{{
{
    write("Hi there! What's your name?\n");
    string name = Stdio.stdin->gets();
    write("Nice to meet you, " + name + "!\n");
    return 0;
} // }}}




Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top