Added new command \lbar to show \u{019B} or lambda bar.

Made displayErrorInline and error visible.
Code clean up.
This commit is contained in:
Michael Griebling
2023-01-17 13:52:48 -05:00
parent 10b44d5258
commit e4ba232a5f
3 changed files with 12 additions and 34 deletions

View File

@@ -86,11 +86,3 @@ extension Character {
var isGreekSymbol : Bool { self.greekSymbolOrder != nil }
}
extension String {
var unicodeLength:Int {
self.lengthOfBytes(using: .utf32) / 4
}
}