1.0.0-Beta8
August 2, 2024
New Features
BL-394 contractPath() BIF
expandedPath = expandPath( "/brad" ); // /absolute/path/to/brad
contractPath( expandedPath ); // /bradBL-395 Add loop times=n
loop times=5 {
result &= "*";
}loop times=5 index="i" {
result &= i;
}BL-396 Implement GetBaseTagList() and getBaseTagData()
BL-397 Improve parser error messages for unpopped parser modes
BL-408 Transaction events
Improvements
Bugs
Tasks
Last updated
Was this helpful?
