|
| 17 Mar 2015 06:07 PM |
I'd like to be able to print bools, but it returns an error when I try something like
ex1 = true ex2 = false print("bool one is "..ex1.." and bool two is "..ex2)
-ur mother smells of elderberries- |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 17 Mar 2015 06:10 PM |
liek dis
ex1 = true ex2 = false print("bool one is "..tostring(ex1).." and bool two is "..tostring(ex2)) |
|
|
| Report Abuse |
|
|
msgboards
|
  |
| Joined: 01 Nov 2013 |
| Total Posts: 228 |
|
| |
|