RosettaCodeData/Task/Assertions/VBScript/assertions-2.vb

4 lines
70 B
VB.net
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
dim i
i = 43
Assert i=42, "There's got to be more to life than this!"