dasic 1.0.0 copy "dasic: ^1.0.0" to clipboard
dasic: ^1.0.0 copied to clipboard

outdatedDart 1 only

Dasic is a complete standalone interpreter for a dialect of the original BASIC language.

example/dasic.dart

// Copyright (c) 2015, <your name>. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

library dasic.example;

import 'package:dasic/dasic.dart';

main() {
  var awesome = new Awesome();
  print('awesome: ${awesome.isAwesome}');
}
1
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Dasic is a complete standalone interpreter for a dialect of the original BASIC language.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, browser, console_log_handler, logging, logging_handlers, validate, yaml

More

Packages that depend on dasic