Results 1 to 10 of 297

Thread: "Hello Ubuntu" in every programming language

Threaded View

  1. #11
    Join Date
    Nov 2007
    Location
    Urjala, Finland
    Beans
    17
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: "Hello Ubuntu" in every programming language

    OPL

    Code:
    PROC HelloUbuntu:
      LOCAL Name$(64)
      PRINT "Hi! What's your name?"
      INPUT Name$
      PRINT "Hello+Name$+". Welcome to Ubuntu!"
      GET
    ENDP
    Last edited by Sera88; August 22nd, 2008 at 05:54 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •