저장됨
저장됨 메뉴에 표시할 이름을 선택하세요.
완료!
기술
10 INPUT A
20 B = SIN(A)
30 PRINT "ANSWER: ", B
40 END
BASIC USER'S GUIDE:
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
가격 내역
- 현재 가격: $2.99
- 최소: $1.99
- 최대: $3.99
가격 추적
AppAgg 평가
720
AppAgg 예상 평가:
BASIC - Programming Language
720 골드
평가가 높을수록 보통 AppAgg에서 더 강한 신호를 의미합니다.
기준: 인기 · 사용자 평점 · 최신성 · 딜 · 스토어 데이터 · 커뮤니티 활동
최신 AppAgg 데이터를 바탕으로 매일 다시 계산됩니다.
단축 URL: 복사됨!
추가 정보
목록 (0)
0
- BASIC - Programming Language
포인트 (1)
-
- 2,029 Luciole
- +1
순위 (0)
0
댓글 (0)
가장 먼저 댓글을 남겨주세요
요약
- 공유하기
- App Store
«BASIC - Programming Language». 플랫폼: iOS. 카테고리: 교육. 개발자: «俊 姜». 첫 번째 릴리스: . 마지막 업데이트: . 현재 가격: $2.99. 최저 기록 가격: $1.99 (). 최고 기록 가격: $3.99 (). 이 타이틀은 아직 AppAgg에서 평가나 리뷰를 받지 못했습니다. 추적된 포인트: 확인됨: 1, 간접: 7. 매장: App Store. 매장 평가: 2.7. 투표: 7. 사용 가능한 언어: English. AppAgg는 «BASIC - Programming Language»의 가격 기록, 평점 및 사용자 피드백을 추적합니다. AppAgg는 애플리케이션을 호스팅하거나 소프트웨어를 배포하지 않습니다. 모든 상표, 로고 및 스크린샷은 해당 소유자의 자산입니다. 향후 할인 및 업데이트 받기: RSS에서 확인할 수 있습니다
유사 항목
-
- BASIC Programming Compiler
- iOS 앱: 교육 게시자: Ketan Appa
- * 무료
- 목록: 0 0 0
- 포인트: 0 + 7 680 버전: 2.0.1 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 + 7 680 버전: 2.4.21 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 + 394 29K 버전: 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 Like a Pro
- iOS 앱: 교육 게시자: Language Like a Pro LLC
- 무료
- 목록: 0 0 0
- 포인트: 0 + 0 500 버전: 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 500 버전: 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 + 24 9K 버전: 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 500 버전: 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 500 버전: 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 500 버전: 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 Generator
- iOS 앱: 교육 게시자: ZSOLT DEAK
- 무료
- 목록: 0 0 0
- 포인트: 1 + 6 670 버전: 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 500 버전: 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 ... ⥯
- 새로운
- Language Board
- iOS 앱: 교육 게시자: Baan Software
- * 무료
- 목록: 0 0 0
- 포인트: 0 + 0 500 버전: 1.0.0 Language Board - Learn Words Tap, listen, learn! Language Board is a beautifully illustrated word-learning game designed for toddlers and young children. Each tap speaks the word ... ⥯