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

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

2023-07-01 11:58:00 -04:00
dim i
i = 43
Assert i=42, "There's got to be more to life than this!"