root/trunk/src/tutorials/examples/errorMsg/dm_bugs_1068/toInt.d
| Revision 6, 105 bytes (checked in by jcc7, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | import std.conv; |
| 2 | |
| 3 | void main() |
| 4 | { |
| 5 | char[] s; |
| 6 | int i = toInt(s); |
| 7 | int j = toInt("hi"); |
| 8 | } |
Note: See TracBrowser for help on using the browser.
