|
This post was updated on .
I am continuously getting this error,"line 18, a is not a pin in Not" and I have no idea what it means or how I can fix it. I am currently doing the And gate. I am not even using Not in line 18.
CHIP And {
IN a, b;
OUT out;
PARTS:
// Put your code here:
|