Skip to content

Commit

Permalink
No more functions begin with "Blitz_"
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiYueCommentary committed Oct 28, 2023
1 parent 09538d9 commit d37a64a
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 440 deletions.
1 change: 1 addition & 0 deletions MultiLang/English.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ static constexpr MultiLang::string type_field_not_found = "Type field not found"
static constexpr MultiLang::string variable_must_a_blitz_array = "Variable must be a Blitz array";
static constexpr MultiLang::string incorrect_number_of_subscripts = "Incorrect number of subscripts";
static constexpr MultiLang::string blitz_array_subscript_out_of_range = "Blitz array subscript out of range";
static constexpr MultiLang::string reserved_pseudo_namespace = "Reserved pseudo namespace.";

static constexpr MultiLang::wstring runtime_message = L"Runtime Message";
static constexpr MultiLang::string current_language = "Current Language: English";
Expand Down
Loading

0 comments on commit d37a64a

Please # to comment.