Search

5 days ago
Learn »
...User x;
    x = FindUser("Alice");
    if(x){
        writeln("Alice found");
    } else{
        writeln("Alice not found");
    }

}
```
6 days ago
General »
...last week's PR before doing anything else in that area.

In the meantime, I...
6 days ago
General »
...NOT_CHECK))
                writeln("DO NOT CHECK: ", i);
            else
                writeln("CHECK: ", i);
        }
    }
}
```

It may be worth...
6 days ago
Genel »
...   } else throw new HataAA!V("505:  Yetki değişikliği yapılmadı, ", value);
  } else throw new...
November 30
Learn »
...else static if(op=="in" && isBounds!T && T.VectorLength == length)
	{ return other.contains(this); }
	else...
November 30
Genel »
...element).writeln; // Callback fonksiyonunu yazdır

        } else {

            writeln("Yetki değişikliği yapılmadı.");
        }

    } else {

        writeln("Yetki zaten eşleşiyor...
November 29
Announce »
...posix functions or phobos. But if nothing else, making ldc on par with dmd for...
November 29
Announce »
...thread and std.concurrency for years.. this is enough, what else do you want? :P
November 27
Genel »
...auto yetki = rol in roller)
    {
      (*yetki)(isim);
    }
    else
    {
      isim.writeln(" için geçersiz rol!");
    }
  }

  writeln("\n...
November 25
General »
...for AA and array runtime, and nothing else. Eventually we will be able to remove...
1 2 3
Next ›   Last »