Evol-Intent
Results
2
issues of
Evol-Intent
The code is: ``` javascript (function(global) { var Player = function(num) { this.num = num; }; Object.defineProperty(Player.prototype, 'number', { get: function() { return this.num+1; }, set: function(value) { this.num =...
I tried to use v7 in one of my projects, but I get an error during the compilation: ``` D:\proj\v7>mingw32-make g++ v7/v7.c main.cpp -I v7 -o hello v7/v7.c:1005:0: warning: "popen"...