Skip to content

Commit

Permalink
v2023.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Jun 3, 2023
1 parent 289d503 commit e964f99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/compiler/lib_src/misc.obs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ bundle System.Time {
~#
function : Format(date : Date, format : String, gmt : Bool) ~ String {
return Nil;
}
}:
}

class : private : DatePart {
Expand Down
Binary file modified docs/api.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion programs/tests/prgm232.obs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class Test1 {
System.Utility.Spinner->Next();
}
}
Spinner->Next();
System.Utility.Spinner->Last();
}
}

0 comments on commit e964f99

Please sign in to comment.