P 1.1.7 #413
ankushdesai
announced in
Announcements
P 1.1.7
#413
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Releasing P 1.1.7
P version 1.1.7 supports two new features:
Support for
foreach
statement. Developers found it painful to iterate over collections in P using thewhile
loop 🙂. P now supportsforeach
statement to iterate over collections (set
andseq
). Hopefully this will make working with collection easier For more details please refer to the documentation: foreachSupport for
%
arithmetic operation. P now supports the simplemodulo
operation overint
andfloat
.Please let us know if you face any problem using these new features.
This changes were based on demands from the users. Please let us know if you need additional features!
Cheers!
You can update the version of P compiler by running the following command:
dotnet tool update --global P
Beta Was this translation helpful? Give feedback.
All reactions