Imports System Imports uCalcSoftware Public Module Program Public Sub Main() Dim uc As New uCalc() Dim t = uc.NewTransformer() t.FromTo("a {@Comment: Ignore this} b c", "x{@Comment: ignore} y z") Console.WriteLine(t.Transform("a b. a b c. abc.")) End Sub End Module