Open JanJorgensen opened 2 months ago
This does not work:
var value = System.Int64.Parse(text); while (true) : Stoppable { value++; secondaryToolBar.textbox.Text = value.ToString(); delay(1ms); }
This does not work: