Wikiversity:Sandbox
Appearance
(Redirected from Sandbox)
![]() |
Welcome to the Wikiversity Sandbox. You can experiment here. Click the ![]() ![]() ![]() If you are a registered user, you might consider to edit on your sandbox. Please do not add copyrighted, offensive, or libelous content. Thanks! |
![]() |
![]() |
Welcome to the Wikiversity Sandbox. You can experiment here. Click the ![]() ![]() ![]() If you are a registered user, you might consider to edit on your sandbox. Please do not add copyrighted, offensive, or libelous content. Thanks! |
![]() |
/*If you're happy and you know it clap your hands*/
- Salam Salam!
- Nice to meet you!
- 2
- Arithmetic
- a is 3
- b is 2
- a + b is 5
- a - b is 1
- a * b is 6
- a / b is 1.5
- a % b is 1
- a ^ b is 9
- -a is -3
- Relational
- a is 3
- b is 2
- a == b is false
- a ~= b is true
- a < b is false
- a > b is true
- a <= b is false
- a >= b is true
- Logical
- a is 3
- b is 2
- a < b and b < a is false
- a < b or b < a is true
- a < b is false
- not (a < b) is true
- Length
- The length of "This is a string" is 16