Skip to content

Instantly share code, notes, and snippets.

@sethladd
Created March 20, 2012 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sethladd/2131922 to your computer and use it in GitHub Desktop.
Save sethladd/2131922 to your computer and use it in GitHub Desktop.
#library('lib2');
#source('lib2_helper.dart');
String lib2String = "hello from lib2";
class lib2_helper {
help() {
print(lib2);
}
}
#import('lib1.dart');
#import('lib2.dart');
void main() {
print(lib2String);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment