.NET Reflectorの開発が移管

  • 投稿日:
  • by
  • Category:
.NETの逆コンパイラである.NET Reflectorの作者からこんなメールが来てました。(一部引用)
After more than eight years of working on .NET Reflector, I have decided it is time to move on and explore some new opportunities.
I have reached an agreement to have Red Gate Software continue the development of .NET Reflector.
今後もフリーのコミュニティ版は提供されるみたいですよ。新しいダウンロードページはこちら

Pascalの書き方を一瞬忘れた

  • 投稿日:
  • by
  • Category:

C言語で言うところの{}はbegin/endで=(代入演算子)が:=なのはわかったが、%がmodなのはすっかり忘れてた…

一応メモ

CPascal
{...}begin...end
=:=
===
!=<>
&and
|or
!not