ผู้พัฒนา:
ราคา: $2.99
การจัดอันดับ: 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.
ขึ้น ↓

ภาพหน้าจอ

#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
 
ติดตามราคา

ผู้พัฒนา

  • 军 江
  • แพลตฟอร์ม: iOS แอป (78)
  • รายการ: 0 + 1
  • แต้มแล: 5 + 26 ¡
  • การจัดอันดับ: 0
  • ความเห็น: 0
  • ลดราคา: 2
  • วิดีโอ: 0
  • RSS: ติดตาม

แต้มแล

  • Luciole
    • 2,132 Luciole
    • +1

การจัดอันดับ

ไม่พบ ☹️

รายการ

ไม่พบ ☹️

ความเห็น

แสดงรีวิวเป็นคนแรกเลย 🌟

ข้อมูลเพิ่มเติม

  • เวอร์ชัน: 1.6
  • ID: com.jun.basic
  • หมวดหมู่:
  • ระบบปฏิบัติการ: , ,
  • ขนาด:
  • ภาษาที่สนับสนุน:
  • การจัดประเภทเนื้อหา:
  • App Store คะแนนโดย:  (7)
  • อัปเดต:
  • วันที่วางจำหน่าย:
BASIC - Programming LanguageBASIC - Programming Language URL แบบสั้น: คัดลอกแล้ว!
  • แชร์ 👍
  • App Store

คุณอาจชอบ

    • BASIC Programming Compiler
    • iOS แอป: การศึกษา  โดย: Ketan Appa
    • * ฟรี   
    • รายการ: 0 + 0   การจัดอันดับ: 0   ความเห็น: 0
    • แต้มแล: 0 + 7 (3.1)   เวอร์ชัน: 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 Dashboard
    • iOS แอป: การศึกษา  โดย: Language Dashboard
    • ฟรี   
    • รายการ: 0 + 0   การจัดอันดับ: 0   ความเห็น: 0
    • แต้มแล: 1 + 2 (5.0)   เวอร์ชัน: 2.1.1   Language Dashboard was designed for language learners studying Arabic, Chinese, French, German, Italian, Japanese, Korean, Russian, and Spanish, and is equally valuable for speakers of
        ⥯ 
    • Language Zen - Spanish
    • iOS แอป: การศึกษา  โดย: Language Zen Inc
    • * ฟรี   
    • รายการ: 0 + 0   การจัดอันดับ: 0   ความเห็น: 0
    • แต้มแล: 0 + 6 (4.8)   เวอร์ชัน: 3.2.33   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 + 0   การจัดอันดับ: 0   ความเห็น: 0
    • แต้มแล: 4 + 373 (4.7)   เวอร์ชัน: 7.9.9   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!
        ⥯ 
    • bashi - programming language
    • iOS แอป: การศึกษา  โดย: 小文 黄
    • * ฟรี   
    • รายการ: 0 + 0   การจัดอันดับ: 0   ความเห็น: 0
    • แต้มแล: 0 + 28 (4.4)   เวอร์ชัน: 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 Curry - Speak Indian
    • iOS แอป: การศึกษา  โดย: Language Curry
    • ฟรี   
    • รายการ: 0 + 0   การจัดอันดับ: 0   ความเห็น: 0
    • แต้มแล: 0 + 353 (4.4)   เวอร์ชัน: 6.5.1   Namaste! Language enthusiasts across the world are connecting to India through, Language Curry the one-stop shop for learning Indian regional languages (Sanskrit, Hindi, Kannada, ...
        ⥯ 
    • Learn C++ Programming Language
    • iOS แอป: การศึกษา  โดย: Ghumman Tech LLC
    • * ฟรี   
    • รายการ: 0 + 0   การจัดอันดับ: 0   ความเห็น: 0
    • แต้มแล: 0 + 0   เวอร์ชัน: 3.7   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)   เวอร์ชัน: 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 ...
        ⥯ 
    • Swedish Language Gym
    • iOS แอป: การศึกษา  โดย: Language Lock In
    • ฟรี   
    • รายการ: 0 + 0   การจัดอันดับ: 0   ความเห็น: 0
    • แต้มแล: 0 + 0   เวอร์ชัน: 3.18.11   For Swedish Language Gym members to reserve classes, sign up for events, and general account management like updating their headshots and card on file.
        ⥯ 
    • Clozemaster: language learning
    • iOS แอป: การศึกษา  โดย: Language Innovation LLC
    • * ฟรี   
    • รายการ: 1 + 0   การจัดอันดับ: 0   ความเห็น: 0
    • แต้มแล: 0 + 1,275 (4.8)   เวอร์ชัน: 2.11.5   Learn 50+ languages with Clozemaster the gamified language learning app for A2-C1 learners to master vocabulary by filling in missing words in real-world contexts. [ MASTER LANGUAGES ...
        ⥯ 
    • Language Byte
    • iOS แอป: การศึกษา  โดย: Kai Wen Digital
    • ฟรี   
    • รายการ: 0 + 0   การจัดอันดับ: 0   ความเห็น: 0
    • แต้มแล: 2 + 1 (5.0)   เวอร์ชัน: 1.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 + 1 (1.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   เวอร์ชัน: 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 ...
        ⥯ 
    • Basic Engineering Dictionary
    • iOS แอป: การศึกษา  โดย: Shital Gorasiya
    • * ฟรี   
    • รายการ: 0 + 0   การจัดอันดับ: 0   ความเห็น: 0
    • แต้มแล: 0 + 0   เวอร์ชัน: 1.0   Master Engineering Basics with Ease Your All-in-One Engineering Learning App! Explore over 11,000+ essential engineering terms, along with key equations, formulas, and facts that make ...
        ⥯ 

คุณอาจชอบ

โอเปอเรเตอร์การค้นหาที่คุณสามารถใช้กับ AppAgg
เพิ่มใน AppAgg
AppAgg
เริ่มต้นใช้งาน – ฟรี
ลงทะเบียน
ลงชื่อเข้าสู่ระบบ