github untoldwind/KontrolSystem2 v0.1.5

latest releases: v0.5.9.3, v0.5.9.2, v0.5.9.1...
14 months ago
  • Minor language adjustments
    • Tweak precedence of the range operator .. and ... so that it more consistent
    • Handle final return statement in functions correctly
  • Added null checks in the AutopilotAdapter (addressing issue #3)
  • Added core::std package with string join and format functions
  • The formatting is based on C# String.Format, so something like this works:

format("First: {0,7:F3}, Second: {1,7:F2}, Third: {2}", (1.1234567, 12.345678, "Hallo")))
gives "First: 1.123, Second: 12.35, Third: Hallo"

Don't miss a new KontrolSystem2 release

NewReleases is sending notifications on new releases.