Work with slim instead
Some checks failed
Build and Deploy on Tag / build-crosslang-shell-and-cpkg (push) Failing after 26s

This commit is contained in:
2026-06-01 07:01:25 -05:00
parent 0459b0a84e
commit 3e5932b2ad
18 changed files with 464 additions and 36 deletions

View File

@@ -27,6 +27,7 @@ class ExpectObj {
this.SetRes(this.left == right, $"{this.left} is not equal to {right}");
}
}
public LessThan(right)
{
if(this.inverted)