pug-php/js-phpize

View on GitHub
examples/assignation.js

Summary

Maintainability
A
0 mins
Test Coverage
foo = "biz";
bar = foo;

echo(bar);