B4J has a small error with the use of undo/redo. For example, after running this code (not Copy/Paste):
Dim s As String
Dim b As Boolean = (s = "a" Or s = "b")
Undo no longer functions (After Enter).
Dim s As String
Dim b As Boolean = (s = "a" Or s = "b")
Undo no longer functions (After Enter).
Last edited: