Welcome, Guest. Please login or register.

Author Topic: BASIC language for AmigaOS4.. AMOS/Blitz  (Read 16267 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline redrumloa

  • Original Omega User
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 10126
    • Show all replies
Re: BASIC language for AmigaOS4.. AMOS/Blitz
« on: May 28, 2003, 04:38:59 PM »
5 rem Programing in basic is this easy.
6 rem This is why C won't do for beginners!
10 input "Do you want Basic included with MorphOS or OS4?" ;a$
20 if a$ = "yes" then goto 50
30 print "Whatever!" : end
50 print "Yeah buddy!!" : end


 :-D
Someone has to state the obvious and that someone is me!
 

Offline redrumloa

  • Original Omega User
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 10126
    • Show all replies
Re: BASIC language for AmigaOS4.. AMOS/Blitz
« Reply #1 on: May 28, 2003, 04:54:42 PM »
Quote
It's unstructured an ugly... but it's quick and simple (with instant results), and that's what you need when you want to get started in programming.


Hey i resemble that remark;-)

Yup i just rattled that off within seconds and it would work first try. Basic is like riding a bike, you really don't forget how.
Someone has to state the obvious and that someone is me!