Προγραμματιστής: 俊 姜 (82)
Τιμή: $2.99
Κατατάξεις: 0 
Κριτικές: 0 Γράψτε μια κριτική
Σχόλια: 0 Δημοσίευση σχολίου
Λίστες: 0 + 1
Βαθμοί: 1 + 7 (2.7) ¡
App Store

Περιγραφή

BASIC - Programming Language
BASIC: THE FEELING OF THE GOOD OLD TIMES !
10 INPUT A
20 B = SIN(A)
30 PRINT "ANSWER: ", B
40 END

BASIC USER'S GUIDE:

• PRINT

10 PRINT "HELLO WORLD !"
20 END

• INPUT

10 INPUT “A=”, A
20 PRINT A
30 END

• IF...THEN...

Number Comparison:

10 INPUT A
20 IF A>90 THEN B=“A”
30 PRINT B
40 END

Conditional Operators:
> greater than
< less than
>= greater than or equal to
=> equal to or greater than
<= less than or equal to
=< equal to or less than
= equal to
== equal to
<> not equal to
!= not equal to

THEN can be followed by GOTO, GOSUB, INPUT, PRINT.

String Comparison:

10 INPUT A
20 IF A=“TOM” THEN PRINT “BOY”
30 END

Conditional Operators:

= is
== is
<> is not
!= is not

• FOR...NEXT...

10 FOR I=1 TO 4 STEP 2
20 PRINT “HELLO”, I
30 NEXT I
40 END

STEP specifies the counter increment for each loop. If STEP doesn’t exit, the default increment is 1.

FOR...NEXT... loop can be nested.

10 FOR I=1 TO 5
20 FOR J=1 TO 4
30 PRINT I, J
40 NEXT J
50 NEXT I
60 END

• GOTO

10 ...
20 ...
30 ...
40 GOTO 10
50 ...

• GOSUB

10 PRINT “H”
20 GOSUB 100
30 PRINT “L”
40 END
100 PRINT “A”
110 RETURN

• SOUND

10 SOUND C, M, 0.5

The line 10 plays Middle C piano note for 0.5 seconds.

Note: C, C#, D, D#, E, F, F#, G, G#, A, A#, B
Pitch Range: L (low), M (middle), H (high)
Lasting Time: specifies how long a note lasts.

C, D, E, F, G, A, B can also be labeled as 1, 2, 3, 4, 5, 6, 7. (C# as 1#).

• TEXT

10 TEXT “HELLO”, x, y, size

(x,y): position of the string “HELLO”.

• CIRCLE

10 CIRCLE x, y, radius

(x,y): the center of the circle.

• RECTANGLE

10 RECT x, y, width, height

(x,y): top-left point of the rectangle.

• LINE

10 LINE x1, y1, x2, y2

(x1,y1): the starting point of the line.
(x2,y2): the ending point of the line.

• POINT

10 POINT x, y

(x,y): the position of the point.

• CLR: clear the edit window.
• CLS: clear the graph window.

• DELAY

10 DELAY 0.5

0.5:lasting time in seconds

This function is used to suspend execution of a program for a particular time.

• CURVE

10 CURVE x, y, radius, 0, PI

0: starting angle
PI: ending angle

The curve draws clockwise with center (x,y).

• Mathematical Functions:

SIN(X), COS(X), TAN(X), COT(X),
ASIN(X), ACOS(X), ATAN(X),
SINH(X), COSH(X), TANH(X),
ASINH(X), ACOSH(X), ATANH(X).

SQR(X): square root of x.
ABS(X): absolute value of x.
FCT(X): x factorial.
LOG(X): natural logarithm of x.
LOG10(X): base-10 logarithm of x.
LOG2(X) :base-2 logarithm of x.
EXP(X): base-e exponential of x.
ERF(X): the error function of x.
ERFC(X): the complementary error function of x.
ROUND(X) :integral nearest to x.
CEIL(X): the smallest integral that is not less than x.
FLOOR(X): the largest integral that is not greater than x.
TGAMMA(X): the gamma function of x.
LGAMMA(X): the natural logarithm of the absolute value of the gamma function of x.

• Reserved Variables:

INKEY : once a key is pressed, the value of INKEY changes.
RND : a random number.
PI : π

• Some Tips:

1. Undo & Redo typing on iPhone with a shake.
2. Copy an Emoji or some character from other places (like Notes), then paste them on the edit window.
3. Exponentiation is expressed as X^Y.
Περισσότερα ↓
Ad

Στιγμιότυπα οθόνης

#1. BASIC - Programming Language (iOS) Με: 俊 姜
#2. BASIC - Programming Language (iOS) Με: 俊 姜
#3. BASIC - Programming Language (iOS) Με: 俊 姜
#4. BASIC - Programming Language (iOS) Με: 俊 姜
#5. BASIC - Programming Language (iOS) Με: 俊 姜

Τι νέο υπάρχει

  • Εκδοχή: 1.6
  • Ενημερώθηκε:
  • Built with iOS SDK 18.

Ιστορία τιμών

  • Σήμερα: $2.99
  • Ελάχιστο: $1.99
  • Μέγιστο: $3.99
  
Παρακολούθηση τιμών
Ad

Προγραμματιστής

  • 军 蒋
  • Πλατφόρμες: iOS Εφαρμογές (82)
  • Λίστες: 0 + 1
  • Βαθμοί: 5 + 26 ¡
  • Κατατάξεις: 0
  • Κριτικές: 0
  • Σχόλια: 0
  • Εκπτώσεις: 0
  • Βίντεο: 0
  • RSS: Εγγραφή

Βαθμοί (1)

  • Luciole
    • 2,068 Luciole
    • +1

Κατατάξεις (0)

0 ☹️

Λίστες (0)

0 ☹️
  • BASIC - Programming Language

Κριτικές (0)

Γίνε ο πρώτος που θα αξιολογήσει 🌟

Σχόλια (0)

Γίνε ο πρώτος που θα σχολιάσει 🌟

Πρόσθετες πληροφορίες

«BASIC - Programming Language». Πλατφόρμα: iOS. Κατηγορία: Εκπαίδευση. Προγραμματιστής: «俊 姜». Πρώτη κυκλοφορία: . Τελευταία ενημέρωση: . Τρέχουσα τιμή: $2.99. Χαμηλότερη καταγεγραμμένη τιμή: $1.99 (). Υψηλότερη καταγεγραμμένη τιμή: $3.99 (). Αυτός ο τίτλος δεν έχει λάβει ακόμη αξιολογήσεις ή κριτικές στο AppAgg. Σημεία παρακολούθησης: επιβεβαιωμένα 1, έμμεσα 7. Κατάστημα: App Store. Αξιολόγηση καταστήματος: 2.7. Ψήφοι: 7. Διαθέσιμες γλώσσες: English. Το AppAgg παρακολουθεί το ιστορικό τιμών, τις αξιολογήσεις και τα σχόλια των χρηστών για «BASIC - Programming Language». Ακολουθήστε μελλοντικές εκπτώσεις και ενημερώσεις μέσω RSS. Το AppAgg δεν φιλοξενεί εφαρμογές ούτε διανέμει λογισμικό. Όλα τα εμπορικά σήματα, τα λογότυπα και τα στιγμιότυπα οθόνης ανήκουν στους αντίστοιχους κατόχους τους.
BASIC - Programming LanguageBASIC - Programming Language URL μικρού μήκους: Αντιγράφηκε!
  • 🌟 Κοινή χρήση
  • App Store

Μπορεί επίσης να σας αρέσει

    • BASIC Programming Compiler
    • iOS Εφαρμογές: Εκπαίδευση  Με: Ketan Appa
    • * Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 0 + 7 (3.1)  Σχόλια: 0  Εκδοχή: 1.9.2   Write BASIC code directly on your iPhone, iPad and iPod Touch! This app is ideal for learning and testing code snippets! BASIC (Beginner's All-purpose Symbolic Instruction Code) is a ...
        ⥯ 
    • Language Zen - Spanish
    • iOS Εφαρμογές: Εκπαίδευση  Με: Language Zen Inc
    • * Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 0 + 6 (4.8)  Σχόλια: 0  Εκδοχή: 3.3.49   Language Zen is like a personal tutor with a perfect memory. It is proven to teach Spanish 2.2X more effectively than Rosetta Stone and can let you learn an entire semester of college ...
        ⥯ 
    • Language Game - LangLandia
    • iOS Εφαρμογές: Εκπαίδευση  Με: Language Unlimited LLC
    • Δωρεάν  
    • Λίστες: 1 + 1  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 4 + 389 (4.7)  Σχόλια: 0  Εκδοχή: 8.0.8   Learn French, Spanish, Russian, Japanese, German, Italian, Portuguese, Indonesian, Thai and Korean! Get addicted to learning Spanish and more with the most fun way to learn a language!
        ⥯ 
    • Language Lock In
    • iOS Εφαρμογές: Εκπαίδευση  Με: Language Lock In
    • Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 0 + 1 (5.0)  Σχόλια: 0  Εκδοχή: 3.36.0   For Language Lock In members to reserve classes, sign up for events, and general account management like updating their headshots and card on file.
        ⥯ 
    • bashi - programming language
    • iOS Εφαρμογές: Εκπαίδευση  Με: 小文 黄
    • Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 0 + 29 (4.4)  Σχόλια: 0  Εκδοχή: 2.2   This is an ios bash4.3 app,you can learn,run,share bash4.3 script. Features : Autocomplate. Auto Indent. Code color. In(the built-in browser or the txt editor),Select the text to run. ...
        ⥯ 
  • Νέα
    • Language Like a Pro
    • iOS Εφαρμογές: Εκπαίδευση  Με: Language Like a Pro LLC
    • Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 0 + 0  Σχόλια: 0  Εκδοχή: 1.0   This app is to learn and perfect languages! The first course is Pronounce Like a Pro which you can use to LEARN English pronunciation! Many courses soon to come!
        ⥯ 
    • Learn C++ Programming Language
    • iOS Εφαρμογές: Εκπαίδευση  Με: Ghumman Tech LLC
    • * Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 0 + 0  Σχόλια: 0  Εκδοχή: 4.32   This app is a great resource to learn about C++ Programming Language. The app is engineered to make users perfect understanding common C++ Programming Language questions by studying ...
        ⥯ 
    • Learn Basic Arabic Language A1
    • iOS Εφαρμογές: Εκπαίδευση  Με: Mobiteach.ltd
    • Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 0 + 24 (4.6)  Σχόλια: 0  Εκδοχή: 6.1.5   Arabic for Beginners. That s your fast start! Would you like to learn Arabic easily and quickly? Would you like to study Arabic from the beginning? Are you looking for a good ...
        ⥯ 
    • Language Proficiency Practice
    • iOS Εφαρμογές: Εκπαίδευση  Με: Ben Wallenberg
    • Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 0 + 0  Σχόλια: 0  Εκδοχή: 1.0   Language Learning Practice Improve Grammar, Vocabulary & Fluency Looking to build your language skills? This app offers 1,000+ practice questions across reading, writing, speaking, and
        ⥯ 
    • Language Basics Lite
    • iOS Εφαρμογές: Εκπαίδευση  Με: Mihail Makedon
    • Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 0 + 0  Σχόλια: 0  Εκδοχή: 1.1.6   Language Basics Lite is the easiest way to start learning a new language. Perfect for beginners, travelers, and students, this app focuses on simple phrases and everyday words that ...
        ⥯ 
    • Programming Codes
    • iOS Εφαρμογές: Εκπαίδευση  Με: YAHYA SAYED OMAR
    • Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 0 + 0  Σχόλια: 0  Εκδοχή: 0.6.3   Programming Codes (Design Your Garden Programmatically) Programming is considered one of the most important fields in computer science, hence the Programming Codes game aims to test ...
        ⥯ 
    • Language Byte
    • iOS Εφαρμογές: Εκπαίδευση  Με: Kai Wen Digital
    • Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 2 + 2 (3.5)  Σχόλια: 0  Εκδοχή: 2.0   Language Byte makes learning Spanish effortless and fun, right from your wrist! Perfect for busy learners who want to expand their vocabulary one bite-sized piece at a time. Key ...
        ⥯ 
    • Language Generator
    • iOS Εφαρμογές: Εκπαίδευση  Με: ZSOLT DEAK
    • Δωρεάν  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 1 + 3 (2.3)  Σχόλια: 0  Εκδοχή: 1.1   Language Creator: Your Personal Linguistic Universe Ever dreamed of creating your own language like Tolkien's Elvish or Star Trek's Klingon? Now you can! Design unique languages with: ...
        ⥯ 
    • Language Score-Level Identify
    • iOS Εφαρμογές: Εκπαίδευση  Με: Ahmad Al Hariri
    • $4.99  
    • Λίστες: 0 + 0  Κατατάξεις: 0  Κριτικές: 0
    • Βαθμοί: 0 + 0  Σχόλια: 0  Εκδοχή: 1.0   Language Score is an application that provides quizzes to identify your level score in both English and German. English Language Quiz Levels Test your English grammar proficiency with ...
        ⥯ 

Μπορεί επίσης να σας αρέσει

Τελεστές αναζήτησης που μπορείτε να χρησιμοποιήσετε με το AppAgg
Προσθήκη στο AppAgg
AppAgg
Ξεκινήστε - είναι δωρεάν.
Εγγραφή
Είσοδος