mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Merge pull request #532 from ryzed/master
Update haxe.html.markdown (fix 531 issue)
This commit is contained in:
commit
edc8c4ff27
@ -231,7 +231,7 @@ class LearnHaxe3{
|
||||
trace((4 + 3) + " is the value for (4 + 3)");
|
||||
trace((5 - 1) + " is the value for (5 - 1)");
|
||||
trace((2 * 4) + " is the value for (2 * 4)");
|
||||
trace((8 / 4) + " is the value for (8 / 3) (division always produces Floats)");
|
||||
trace((8 / 3) + " is the value for (8 / 3) (division always produces Floats)");
|
||||
trace((12 % 4) + " is the value for (12 % 4)");
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user