행위

"테스트 블럭"의 두 판 사이의 차이

DB CAFE

(위키 플러그인 스크래치블럭)
(위키 플러그인 스크래치블럭)
 
32번째 줄: 32번째 줄:
 
</scratchblocks>
 
</scratchblocks>
  
 
+
<scratchblocks>
 +
( 진짜로 원하는게 모냐? )
 +
forever
 +
    if < Data ?> then
 +
      study  ( ORACLE ) then [DBA v][Modeler v][Tunner v]
 +
      study  ( Mysql  ) then [DBA v]
 +
      study  ( R      ) then [data scientist v]
 +
      add ( M/L ) [tensorflow v]
 +
  end
 +
  if < Develop ?> then
 +
    study [Python Dev. v]
 +
    study (WEB) [Django v] [React v]
 +
        add (OS ) [AIX v][Linux v][Windows v]
 +
    end
 +
  if < Fun ?> then
 +
    enjoy ( 주식 )
 +
    study ( .... )
 +
    end
 +
end
 +
</scratchblocks>
 
https://en.scratch-wiki.info/wiki/Block_Plugin
 
https://en.scratch-wiki.info/wiki/Block_Plugin

2020년 1월 13일 (월) 12:56 기준 최신판

thumb_up 추천메뉴 바로가기


위키 플러그인 스크래치블럭[편집]

  1. 샘플

<scratchblocks> 반복 (5) 이동 (10) steps end say [Done!] </scratchblocks>

 반복 (5)
 이동  (10) steps
 
 end
 say [Done!]
 
when green flag clicked
forever
    turn cw (15) degrees
    say [Hello!] for (2) secs
    if <mouse down?> then
        change [mouse clicks v] by (1)
    end
end
( 진짜로 원하는게 모냐? )
forever
    if < Data ?> then
       study  ( ORACLE ) then [DBA v][Modeler v][Tunner v]
       study  ( Mysql  ) then [DBA v]
       study  ( R      ) then [data scientist v]
       add ( M/L ) [tensorflow v]
   end
   if < Develop ?> then
    	study [Python Dev. v]		
    	study (WEB) [Django v]	[React v]	
        add (OS ) [AIX v][Linux v][Windows v]
    end
   if < Fun ?> then
    	enjoy ( 주식 )
    	study ( .... )
    end
end

https://en.scratch-wiki.info/wiki/Block_Plugin