Logtalk 2.28.2 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1711 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -11,7 +11,7 @@ fsm([red-0-red, red-1-green, red-2-red, % a simple finite state machine example
|
||||
[red]).
|
||||
|
||||
|
||||
:- object(fsm(_transitions, _initial, _final),
|
||||
:- object(fsm(_Transitions, _Initial, _Final),
|
||||
imports(private::assignvars)).
|
||||
|
||||
:- info([
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
:- object(rectangle(_width, _height, _position),
|
||||
:- object(rectangle(_Width, _Height, _Position),
|
||||
imports(private::assignvars)).
|
||||
|
||||
:- info([
|
||||
|
||||
Reference in New Issue
Block a user