(:test) function print(s) {
Sys.println(s);
}
Travis
(:test) function print(s) {
Sys.println(s);
}
using Toybox.Attention as Attention;
function onTap(evt) {
if( Attention has :playTone ) {
Attention.playTone();
}
}
I'm still mentally having a hard time wrapping me head around the fact that they are exclusion annotations rather than inclusion annotations.