-
Hi. I am an undergraduate and have extensive experience with EV3G. Im trying to introduce EV3 Basic into my high school but I have some problems...
1) there is no xor or not logic operators in ev3 ba…
-
Sokoban.sb 진행 중
Sound의 stop에서 mp3가 null인 경우 아래와 같은 에러 발생
--
java.lang.NullPointerException
at com.coducation.smallbasic.lib.Sound.Stop(Sound.java:210)
Sound가 File이 아닌 URL로 가져오는 경우 고려 필요
--
…
-
stack라이브러리를 개발할때 만든 테스트코드에서 그 당시에는 나타나지 않았던 예외가 발생하였습니다.
**문제가 되는 스몰베이직코드**
myArr[1] = 1
myArr[2] = 2
TextWindow.WriteLine("myArr.toString : " + myArr)
**스몰베이직에서의 출력결과**
myArr.toString : …
-
Math 라이브러리의 함수들을 사용을 하게 되면 부동소수점 오차가 생길 수 있는 함수가 몇 가지 있습니다.
예를 들면, Math.Sin( Math.Pi / 6 )의 경우 결과로 0.5가 예상되지만
실제로는 0.49999999999999994가 리턴됩니다.
따라서,
'@assert Math.Sin(Math.Pi/6) = 0.5
를 추가하였…
-
Correct as follows:
スモールベーシック、SmallBasic → Small Basic
アレイ → 配列
形、シェイプ、形状 → 図形
制御 → コントロール
する。→ します。
ポリゴン → 多角形
エフェクト → 効果
-
Use following command in Git Shell.
\> git mv shapes.smallbasic shapes.sb
-
MSDN Blog Article List Generator Version 0.2 shows following error message with parameters:
- **Blog**: smallbasic
- **Tag**:
- **Output**: BlogArticleList.html
![stoppedworking2](https://cloud.…
-
Old Shapes supported only .sb (and .smallbasic) file format.
Small SVG Editor (successor of Shapes) supported only .svg file format.
But new Shapes editor supports both .sb (.smallbasic) and .svg …
-
Shapes.smallbasic (source file) will be overwritten as output.
-
Program Finder 0.3b shows redundant path name like:
```
C:\Users\Nonki\OneDrive\Documents\SmallBasic\Colors\C:\Users\Nonki\OneDrive\Docu
ments\SmallBasic\Colors\Hex2Dec.sb(10): Math_Dec2Hex()
```