Kipper v0.10.0 #425
Luna-Klatzer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Function, Loop and Functionality Update
v0.10.0 - 2023-02-19
New Features
__name__
returning the name of the currently running Kipper file (Implemented built-in constant variable__name__
returning the name of the currently running Kipper file #418) @Luna-Klatzercontinue
andbreak
for loop statements (Implemented control flow statementscontinue
andbreak
for loop statements #417) @Luna-Klatzerlen()
to get the length of a string (Implemented built-in functionlen()
to get the length of a string #416) @Luna-Klatzer++
and--
(Implemented unary and postfix operators++
and--
#333) @Luna-Klatzer+=
,-=
,*=
,/=
and%=
(Implemented arithmetic assignment operators+=
,-=
,*=
,/=
and%=
#276) @Luna-KlatzerDependency Updates
Full Details
Detailed Changelog:
CHANGELOG.md
Compare Changes: Luna-Klatzer/Kipper@v0.9.2...v0.10.0
This discussion was created from the release Kipper v0.10.0.
Beta Was this translation helpful? Give feedback.
All reactions