BaZic 2018.8.22.8
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BaZic --version 2018.8.22.8
NuGet\Install-Package BaZic -Version 2018.8.22.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BaZic" Version="2018.8.22.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BaZic --version 2018.8.22.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BaZic, 2018.8.22.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BaZic as a Cake Addin #addin nuget:?package=BaZic&version=2018.8.22.8 // Install BaZic as a Cake Tool #tool nuget:?package=BaZic&version=2018.8.22.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The BaZic is a procedural object-oriented semi-dynamic typed programming language interpreted or compiled, compatible with most of the .NET Framework 4.7.1 APIs.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.1
- Microsoft.CodeAnalysis.CSharp (>= 2.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2018.9.3.2 | 963 | 9/3/2018 |
2018.8.22.8 | 797 | 8/22/2018 |
2018.8.17.4 | 814 | 8/17/2018 |
2018.8.3.3 | 824 | 8/3/2018 |
2018.8.22.8
* Deleted the BIND keyword.
* Made the access to the control implicitely by just typing their name in the BaZic code.
2018.8.17.4
* Added the EXTERN keyword.
* Added the support of the IDLE state.
* Added the support of building to a EXE or DLL file.
2018.8.3.3
* Initial version