Source code

Revision control

Copy as Markdown

Other Tools

function test8Size() {
return 8 > 1;
}
assertEq(test8Size(), true);