RosettaCodeData/Task/Assertions/VBScript/assertions-2.vb
2013-04-11 11:14:19 -07:00

3 lines
70 B
VB.net

dim i
i = 43
Assert i=42, "There's got to be more to life than this!"