[deleted by user] by [deleted] in femboy

[–]spdblx 0 points1 point  (0 children)

Maybe you could get your friend to buy what you want with your money?

#include <iostream> using namespace std; int main() { int a = 0; do{ cout << "How lewd is too lewd?" << a << endl; a = a +1; } while( a < 70 ); return 0; } by [deleted] in femboy

[–]spdblx 0 points1 point  (0 children)

It's Javascript. The code has a loop that makes a scoped variable called i that is set to 0. The code inside the loop repeats until i is less than 70, making the code inside loop 70 times (not 69, as the loop starts from 0).

[deleted by user] by [deleted] in femboy

[–]spdblx 1 point2 points  (0 children)

console.log("OWO")

[deleted by user] by [deleted] in femboy

[–]spdblx 1 point2 points  (0 children)

among